home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcc / v04n11 / batch1.exe / NUMOFDIR.BAT < prev    next >
Encoding:
DOS Batch File  |  1991-09-17  |  101 b   |  5 lines

  1. @ECHO OFF
  2. REM This is NUMOFDIR.BAT
  3. ECHO Checking number of directories . . .
  4. CHKDSK | FIND "dir"
  5.